* lisp/bindings.el (global-map): Bind XF86Forward to next-buffer and
authorSam Steingold <sds@gnu.org>
Fri, 8 Jun 2012 04:23:26 +0000 (00:23 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 8 Jun 2012 04:23:26 +0000 (00:23 -0400)
commit4e4f71c9826fed04f58a48238efca292d9319b84
treef00533cfd0e1e6f943c6eeebd8a25f9189376526
parentffbb99822c42f6b6e7d8e401cdb10d565b12c9ff
* lisp/bindings.el (global-map): Bind XF86Forward to next-buffer and
XF86Back to previous-buffer.
(minibuffer-local-map): Bind them to next-history-element and
previous-history-element respectively.
* lisp/help-mode.el (help-mode-map): Bind them to help-go-forward and
help-go-back respectively.
* lisp/info.el (Info-mode-map): Bind them to Info-history-forward and
Info-history-back respectively.
These are the keys next to Up on the ThinkPad keyboard.
lisp/ChangeLog
lisp/bindings.el
lisp/help-mode.el
lisp/info.el